 nam P1
 ttl Device Descriptor for P1 (serial printer)

 use defsfile

***************
*  P1 module - Serial Printer
*
 mod PSEND,PSNAM,DEVIC+OBJCT,1,PSMGR,PSDRV
 fcb UPDAT. mode
 fcb $F port bank
 fdb A.P1 port address
 fcb PSNAM-*-1 option byte count
 fcb DT.SCF Device Type: SCF

* Default path options

 fcb 0 case=UPPER and lower
 fcb 0 backspace=BS char only
 fcb 1 delete=CRLF
 fcb 0 no auto echo
 fcb 1 auto line feed
 fcb 0 no nulls after CR
 fcb 0 no end of page pause
 fcb 66 lines per page
 fcb 0 no backspace char
 fcb 0 no delete line char
 fcb C$CR end of record char
 fcb C$EOF end of file char
 fcb 0 no reprint line char
 fcb 0 no dup last line char
 fcb 0 no pause char
 fcb 0 no Keyboard Interrupt char
 fcb 0 no Keyboard Quit char
 fcb 0 no backspace echo char
 fcb 0 no line overflow char
 fcb A.T.init system ACIA init value
 fcb 0 undefined baud rate
 fdb 0 no pause device
 fcb C$XON transmit enable
 fcb C$XOFF transmit disable
PSNAM fcs "P1" device name
PSMGR fcs "SCF" file manager
PSDRV fcs "ACIA" driver

 emod

PSEND EQU *

